@charset "UTF-8";
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  color: #0f3ba5;
}
html,
body {
  height: 100%;
}
body.hide {
  overflow: hidden;
}
.taxian:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col,
.row {
  width: 100%;
  box-sizing: border-box;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
.article {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  text-align: justify;
}
.article img {
  max-width: 100%;
}
.mainFilter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 38px 0;
}
.header {
  width: 100%;
  height: 90px;
  background: #fff;
}
.header .logo {
  width: 278px;
  height: 43px;
  float: left;
  overflow: hidden;
  margin-top: 24px;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .phone {
  height: 38px;
  line-height: 38px;
  float: right;
  margin-top: 27px;
  background: url(../images/phone.png) no-repeat 0 center;
  background-size: auto 100%;
  padding-left: 45px;
  font-family: "Arial";
  font-size: 16px;
  color: #333333;
}
.header .searchBox {
  float: left;
  position: relative;
  margin: 23px 0 0 211px;
}
.header .searchBox .searchBtn {
  display: none;
}
.header .searchBox .searchBar {
  width: 324px;
  height: 45px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}
.header .searchBox .searchBar .inpu {
  width: 262px;
  float: left;
}
.header .searchBox .searchBar .inpu input {
  width: 100%;
  height: 43px;
  line-height: 43px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}
.header .searchBox .searchBar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .btn {
  width: 60px;
  height: 43px;
  float: right;
  background: url(../images/searchBtn.png) no-repeat center #ffffff;
}
.header .searchBox .searchBar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .menuBtn {
  display: none;
}
.nav {
  background: url(../images/nav_bg.gif) repeat-x;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.nav.fixed {
  position: fixed;
  top: 0;
}
.nav .phone,
.nav .tit {
  display: none;
}
.nav .wrap > ul > li {
  width: 14.2857%;
  float: left;
  position: relative;
  border-left: solid 1px #28417d;
  box-sizing: border-box;
}
.nav .wrap > ul > li:first-child {
  border: none;
}
.nav .wrap > ul > li:last-child a {
  border: none;
}
.nav .wrap > ul > li > a {
  height: 48px;
  line-height: 48px;
  display: block;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  border-right: solid 1px #3e64bf;
  box-sizing: border-box;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.nav .wrap > ul > li > a:hover {
  line-height: 40px;
}
.nav .sub {
  min-width: 100%;
  display: none;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  z-index: 90;
  background: #3557a8;
}
.nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav .sub li a:hover {
  background: #0f3ba5;
}
.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #3557a8;
  border-top: solid 1px #4363ae;
  border-bottom: solid 1px #4363ae;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 8px 0;
}
.footer a {
  font-size: 12px;
  color: #fff;
}
.fixedSidebar {
  width: 80px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  z-index: 90;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.fixedSidebar li {
  margin-top: 1px;
  position: relative;
}
.fixedSidebar li:hover a {
  background: #0f3ba5;
}
.fixedSidebar li a {
  height: 74px;
  display: block;
  padding-top: 12px;
  box-sizing: border-box;
  background: #3557a8;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.fixedSidebar li a .icon {
  height: 30px;
  line-height: 30px;
}
.fixedSidebar li a .icon img {
  vertical-align: middle;
}
.fixedSidebar li a .txt {
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  margin-top: 4px;
}
.fixedSidebar li .hide {
  height: 74px;
  line-height: 74px;
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 5;
  background: #3557a8;
  white-space: nowrap;
  box-sizing: border-box;
  display: none;
}
.fixedSidebar li .phone {
  background: #0f3ba5;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixedSidebar li .qrcode {
  width: 142px;
  height: 142px;
  right: 81px;
  padding: 8px;
}
.fixedSidebar li .qrcode img {
  width: 100%;
  display: block;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .pic2 {
  display: none;
}
.main {
  padding-top: 48px;
}
.main .banner .swiper-pagination {
  bottom: 20px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
  width: 42px;
  height: 3px;
  background: #aaaaaa;
  margin: 0 8px;
  border-radius: 0;
  opacity: 1;
}
.main .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #3557a8;
}
.main .clients,
.main .news,
.main .about {
  width: 33.333%;
  float: left;
  background: #f5f5f5;
  padding: 30px 50px;
  border-left: solid 1px #d3d3d3;
  box-sizing: border-box;
  overflow-y: hidden;
}
.main .clients:after,
.main .news:after,
.main .about:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .clients:hover,
.main .news:hover,
.main .about:hover {
  background: #fff;
  box-shadow: 0px 0px 10px 4px #e1e1e1;
  position: relative;
  z-index: 5;
}
.main .clients .title,
.main .news .title,
.main .about .title {
  text-align: center;
}
.main .clients .title .tit,
.main .news .title .tit,
.main .about .title .tit {
  font-size: 24px;
  color: #3557a8;
}
.main .clients .title .en,
.main .news .title .en,
.main .about .title .en {
  line-height: 24px;
  font-family: "Arial";
  font-size: 15px;
  color: #666666;
}
.main .about {
  background: url(../images/about_bg.jpg) no-repeat right 0 top 0 #f5f5f5;
  border-left: none;
}
.main .about .content {
  margin-top: 28px;
}
.main .about .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .about .content .pic {
  width: 231px;
  float: left;
}
.main .about .content .pic img {
  width: 100%;
  display: block;
}
.main .about .content .text {
  padding-left: 250px;
  box-sizing: border-box;
}
.main .about .content .text .txt {
  height: 120px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .about .content .text .more {
  height: 20px;
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #3557a8;
  padding-right: 28px;
  background: url(../images/more1.png) no-repeat right 0 center;
  margin-top: 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .about .content .text .more:hover {
  padding-right: 34px;
}
.main .about .btnBox {
  width: 100%;
  margin-top: 28px;
  float: right;
  text-align: center;
}
.main .about .btnBox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .about .btnBox .btn {
  width: 150px;
  display: inline-block;
  padding: 0 5px;
  box-sizing: border-box;
}
.main .about .btnBox .btn:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.main .about .btnBox .btn:last-child {
  padding-left: 10px;
  padding-right: 0;
}
.main .about .btnBox .btn a {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  background: #7f7f7f;
  font-size: 16px;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .about .btnBox .btn a:hover {
  background: #3557a8;
}
.main .news .newsList {
  margin-top: 28px;
}
.main .news .newsList li {
  margin-bottom: 20px;
}
.main .news .newsList li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .newsList li a {
  display: block;
}
.main .news .newsList li a:hover .date {
  background: #3557a8;
}
.main .news .newsList li a:hover .tit {
  color: #3557a8;
}
.main .news .newsList li .date {
  width: 79px;
  height: 69px;
  float: left;
  background: #7f7f7f;
  text-align: center;
  color: #fff;
  font-family: "Arial";
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .newsList li .date .p1 {
  height: 40px;
  line-height: 40px;
  font-size: 36px;
  font-weight: bold;
  margin-top: 4px;
}
.main .news .newsList li .date .p2 {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.main .news .newsList li .text {
  padding-left: 90px;
  box-sizing: border-box;
}
.main .news .newsList li .text .tit {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .newsList li .text .txt {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 10px;
}
.main .news .more {
  width: 170px;
  height: 44px;
  line-height: 44px;
  text-indent: 37px;
  background: url(../images/more2.png) no-repeat right 35px center #7f7f7f;
  display: block;
  margin: 28px auto 0 auto;
  font-size: 16px;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .more:hover {
  background-color: #3557a8;
  background-position: right 30px center;
}
.main .clients {
  padding: 30px 35px;
}
.main .clients .clientsList {
  margin-top: 28px;
}
.main .clients .clientsList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .clients .clientsList li {
  width: 33.333%;
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
  float: left;
}
.main .clients .clientsList li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.main .clients .clientsList li a:hover .txt {
  height: 100%;
}
.main .clients .clientsList li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 100%;
  background: url(../images/clientsList_txt.png);
  font-size: 14px;
  color: #fff;
  z-index: 5;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  overflow: hidden;
}
.main .clients .clientsList li .txt span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
  line-height: 20px;
  padding: 0 5px;
  box-sizing: border-box;
}
.main .clients .clientsList li img {
  width: 100%;
  display: block;
}
.main .clients .more {
  width: 170px;
  height: 44px;
  line-height: 44px;
  text-indent: 37px;
  background: url(../images/more2.png) no-repeat right 35px center #7f7f7f;
  display: block;
  margin: 36px auto 0 auto;
  font-size: 16px;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .clients .more:hover {
  background-color: #3557a8;
  background-position: right 30px center;
}
.container {
  padding-top: 48px;
}
.container .columnMenu {
  height: 58px;
  background: #f8f8f8;
}
.container .columnMenu .crumbs {
  float: left;
}
.container .columnMenu .crumbs span {
  float: left;
  line-height: 58px;
  padding-left: 26px;
  background: url(../images/crumbs2.png) no-repeat 10px center;
}
.container .columnMenu .crumbs span:first-child {
  padding-left: 22px;
  background: url(../images/crumbs1.png) no-repeat 0 center;
}
.container .columnMenu .crumbs span:first-child a {
  color: #999999;
}
.container .columnMenu .crumbs span a {
  font-size: 14px;
  color: #333333;
}
.container .columnMenu .crumbs span a:hover {
  color: #3557a8;
}
.container .columnMenu .menu {
  float: right;
}
.container .columnMenu .menu .tit {
  display: none;
}
.container .columnMenu .menu ul li {
  float: left;
  line-height: 58px;
  margin-left: 42px;
}
.container .columnMenu .menu ul li a {
  height: 56px;
  font-size: 16px;
  color: #333333;
  display: block;
}
.container .columnMenu .menu ul li a:hover {
  color: #3557a8;
}
.container .columnMenu .menu ul li.on a {
  color: #3557a8;
  border-bottom: solid 2px #3557a8;
}
.container .paging {
  text-align: center;
  margin-top: 30px;
}
.container .paging:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .paging ul {
  display: inline-block;
}
.container .paging ul li {
  float: left;
  margin: 0 10px;
  line-height: 38px;
  color: #bcbcbc;
  font-size: 20px;
}
.container .paging ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #bcbcbc;
  display: block;
  border: solid 1px #e6e6e6;
  border-radius: 2px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.container .paging ul li a:hover,
.container .paging ul li.on a {
  background: #3557a8;
  color: #fff;
  border: solid 1px #3557a8;
}
.container .paging ul li.home a {
  width: 54px;
  font-size: 12px;
  color: #15131e;
}
.container .paging ul li.home a:hover {
  color: #fff;
}
.container .paging ul li.next a,
.container .paging ul li.prev a {
  width: 58px;
  background: url(../images/arrow1.png) no-repeat center;
}
.container .paging ul li.next a:hover,
.container .paging ul li.prev a:hover {
  background-color: #3557a8;
  background-image: url(../images/arrow3.png);
}
.container .paging ul li.next a {
  background-image: url(../images/arrow2.png);
}
.container .paging ul li.next a:hover {
  background-image: url(../images/arrow4.png);
}
.productPage {
  padding: 60px 0;
}
.productPage .productList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .productList li {
  width: 292px;
  float: left;
  margin: 0 0 18px 10px;
  text-align: center;
}
.productPage .productList li:nth-child(4n+1) {
  margin-left: 0;
}
.productPage .productList li a {
  display: block;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
}
.productPage .productList li a:hover .pic .filter {
  opacity: 1;
  filter: alpha(opacity=100);
}
.productPage .productList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.productPage .productList li .pic {
  height: 299px;
  overflow: hidden;
  border-bottom: solid 1px #eeeeee;
  position: relative;
}
.productPage .productList li .pic .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url(../images/case_filter1.png);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.productPage .productList li .pic .filter::after {
  content: " ";
  width: 89px;
  height: 89px;
  background: url(../images/case_filter2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 5;
}
.productPage .productList li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.productPage .productList li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 20px;
  padding: 0 22px;
  box-sizing: border-box;
}
.productPage .productList li .txt {
  padding: 0 22px;
  box-sizing: border-box;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 20px 0 16px 0;
}
.productPage .introduction:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .introduction .photo {
  width: 550px;
  float: left;
}
.productPage .introduction .photo img {
  width: 100%;
  display: block;
}
.productPage .introduction .photo #gallery {
  height: 550px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  overflow: hidden;
}
.productPage .introduction .photo #gallery .swiper-button-next,
.productPage .introduction .photo #gallery .swiper-button-prev {
  width: 16px;
  height: 29px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 5;
  cursor: pointer;
  background: url(../images/arrow6.png) no-repeat;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.productPage .introduction .photo #gallery .swiper-button-next:hover,
.productPage .introduction .photo #gallery .swiper-button-prev:hover {
  background-image: url(../images/arrow8.png);
}
.productPage .introduction .photo #gallery .swiper-button-next {
  left: auto;
  right: 20px;
  background-image: url(../images/arrow7.png);
}
.productPage .introduction .photo #gallery .swiper-button-next:hover {
  background-image: url(../images/arrow9.png);
}
.productPage .introduction .photo #thumbs {
  margin-top: 26px;
}
.productPage .introduction .photo #thumbs .swiper-slide {
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  cursor: pointer;
}
.productPage .introduction .photo #thumbs .swiper-slide-thumb-active {
  border: solid 1px #3557a8;
}
.productPage .introduction .info {
  width: 620px;
  float: right;
}
.productPage .introduction .info .title {
  line-height: 30px;
  font-size: 24px;
  color: #333333;
}
.productPage .introduction .info .tit {
  line-height: 22px;
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.productPage .introduction .info .line {
  height: 1px;
  background: #eeeeee;
  margin: 34px 0;
}
.productPage .introduction .info .text {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
}
.productPage .introduction .info .text span {
  color: #333333;
}
.productPage .introduction .info .conten {
  min-height: 550px;
  border-bottom: solid 1px #eeeeee;
}
.productPage .introduction .info .contact {
  font-size: 16px;
  color: #fff;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #3557a8;
  border-radius: 4px;
  margin-top: 27px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.productPage .introduction .info .contact:hover {
  background: #0f3ba5;
}
.productPage .details {
  margin-top: 48px;
}
.productPage .details .title {
  height: 41px;
  border-bottom: solid 1px #eeeeee;
}
.productPage .details .title span {
  float: left;
  line-height: 40px;
  height: 40px;
  font-size: 22px;
  color: #3557a8;
  border-bottom: solid 2px #3557a8;
}
.productPage .details .article {
  padding: 28px 0;
}
.productPage .details .article .tit {
  font-size: 18px;
  color: #333333;
}
.newsPage {
  padding: 60px 0;
}
.newsPage .paging {
  margin-top: 60px;
}
.newsPage .newsList {
  border-top: solid 1px #eeeeee;
}
.newsPage .newsList li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .newsList li a {
  border-bottom: solid 1px #eeeeee;
  padding: 24px 0 24px 42px;
  box-sizing: border-box;
  background: url(../images/newsList_icon.png) no-repeat right 45px center;
  display: block;
}
.newsPage .newsList li .pic {
  width: 264px;
  height: 140px;
  float: left;
  text-align: center;
  overflow: hidden;
}
.newsPage .newsList li .pic img {
  width: 100%;
}
.newsPage .newsList li .text {
  padding: 0 170px 0 314px;
  box-sizing: border-box;
}
.newsPage .newsList li .tit {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .newsList li .info {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #a3a5b3;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .newsList li .info span {
  margin-right: 38px;
}
.newsPage .newsList li .txt {
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 14px;
  text-align: justify;
}
.newsPage .newsList li .text,
.newsPage .newsList li .pic,
.newsPage .newsList li a {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li a:hover {
  box-shadow: 0px 3px 16px 1px #eee;
  background-position: right 25px center;
}
.newsPage .newsList li a:hover .pic {
  margin-left: 14px;
}
.newsPage .newsList li a:hover .text {
  padding: 0 160px 0 324px;
}
.newsPage .newsDetails .title {
  text-align: center;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 40px;
}
.newsPage .newsDetails .title .tit {
  line-height: 30px;
  font-size: 24px;
  color: #333333;
}
.newsPage .newsDetails .title .info {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
.newsPage .newsDetails .title .info span {
  padding: 0 20px;
  background: url(../images/newsDetails_title_info.gif) no-repeat 0 center;
}
.newsPage .newsDetails .title .info span:first-child {
  background: none;
}
.newsPage .newsDetails .article {
  padding: 50px 0 0 0;
}
.aboutPage {
  padding: 60px 0;
}
.aboutPage:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .pic {
  width: 580px;
  float: right;
  text-align: right;
}
.aboutPage .pic img {
  max-width: 100%;
}
.aboutPage .text {
  width: 600px;
  float: left;
}
.aboutPage .text .title {
  font-size: 24px;
  color: #3557a8;
  font-weight: bold;
}
.aboutPage .text .article {
  margin-top: 20px;
  line-height: 30px;
  font-size: 18px;
}
.aboutPage .honorBox .pic {
  width: auto;
  float: none;
  text-align: center;
}
.aboutPage .honorBox .text {
  width: auto;
  float: none;
}
.aboutPage .honorBox .honorList {
  margin-bottom: 30px;
}
.aboutPage .honorBox .honorList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .honorBox .honorList figure {
  margin: 0 0 20px 20px;
  float: left;
  width: 285px;
}
.aboutPage .honorBox .honorList figure:nth-child(4n+1) {
  margin-left: 0;
}
.aboutPage .honorBox .honorList figure a {
  display: block;
  padding: 20px 20px 50px 20px;
  box-sizing: border-box;
  background: url(../images/arrow12.png) no-repeat left 22px bottom 22px #ffffff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .honorBox .honorList figure a:hover {
  box-shadow: 0px 3px 10px 1px #cccccc;
  background-position: left 28px bottom 22px;
}
.aboutPage .honorBox .honorList figure a:hover .line::after {
  width: 100%;
}
.aboutPage .honorBox .honorList figure .pic {
  height: 169px;
  overflow: hidden;
}
.aboutPage .honorBox .honorList figure .pic img {
  width: 100%;
  display: block;
}
.aboutPage .honorBox .honorList figure .tit {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .honorBox .honorList figure .line {
  height: 1px;
  background: #eaeaea;
  position: relative;
}
.aboutPage .honorBox .honorList figure .line::after {
  content: " ";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #3557a8;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.recruitmentPage {
  padding: 60px 0;
}
.recruitmentPage .recruitmentList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.recruitmentPage .recruitmentList .title {
  height: 62px;
  line-height: 62px;
  text-align: center;
  background: #3557a8;
  font-size: 16px;
  color: #fff;
}
.recruitmentPage .recruitmentList .title span {
  width: 20%;
  float: left;
}
.recruitmentPage .recruitmentList .title span:first-child,
.recruitmentPage .recruitmentList .title span:last-child {
  width: 30%;
}
.recruitmentPage .recruitmentList li {
  border-bottom: solid 1px #eeeeee;
  background: #fff;
}
.recruitmentPage .recruitmentList li.on .top {
  background-image: url(../images/arrow11.png);
}
.recruitmentPage .recruitmentList li .top {
  padding: 20px 0;
  line-height: 20px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  background: url(../images/arrow10.png) no-repeat right 30px center;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  cursor: pointer;
}
.recruitmentPage .recruitmentList li .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.recruitmentPage .recruitmentList li .top span {
  width: 20%;
  float: left;
}
.recruitmentPage .recruitmentList li .top span:first-child,
.recruitmentPage .recruitmentList li .top span:last-child {
  width: 30%;
}
.recruitmentPage .recruitmentList li .text {
  border-top: solid 1px #efefef;
  padding: 38px 60px;
  box-sizing: border-box;
  background: #f8f8f8;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  display: none;
}
.recruitmentPage .recruitmentList li .text .tit {
  font-weight: bold;
  color: #333333;
}
.clientsPage {
  padding: 60px 0;
}
.clientsPage .introduction {
  background: #f8f8f8;
  padding: 34px 38px;
  box-sizing: border-box;
}
.clientsPage .introduction .title {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}
.clientsPage .introduction .txt {
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  margin-top: 24px;
}
.clientsPage .clientsList {
  margin-top: 50px;
}
.clientsPage .clientsList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.clientsPage .clientsList li {
  width: 224px;
  height: 96px;
  text-align: center;
  float: left;
  margin: 0 0 20px 20px;
}
.clientsPage .clientsList li:nth-child(5n+1) {
  margin-left: 0;
}
.clientsPage .clientsList li a {
  display: block;
  overflow: hidden;
  position: relative;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
}
.clientsPage .clientsList li a:hover .txt {
  height: 100%;
}
.clientsPage .clientsList li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 100%;
  background: url(../images/clientsList_txt.png);
  font-size: 16px;
  color: #fff;
  z-index: 5;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  overflow: hidden;
}
.clientsPage .clientsList li .txt span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
  line-height: 20px;
  padding: 0 5px;
  box-sizing: border-box;
}
.clientsPage .clientsList li img {
  width: 100%;
  display: block;
}
.contactPage {
  padding: 60px 0;
}
.contactPage:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage #allmap {
  width: 580px;
  height: 424px;
  float: left;
}
.contactPage .contact {
  width: 570px;
  float: right;
  margin-top: 24px;
}
.contactPage .contact .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.contactPage .contact .line {
  width: 22px;
  height: 1px;
  background: #e5e5e5;
  margin: 26px 0;
}
.contactPage .contact .text {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
}
.contactPage .contact .text span {
  font-weight: bold;
  color: #333333;
}
.contactPage .contact .text p {
  margin-bottom: 14px;
}
/**
 * 弹出大图
 */
.pswp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__container,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-touch-action: none;
  touch-action: none;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -ms-transform-origin: left top;
}
.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transition: opacity .15s;
  transition: opacity 0.15s;
}
.pswp__img--placeholder {
  display: none;
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222222;
}
.pswp--ie .pswp__img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp__ui {
  z-index: 1550;
  visibility: visible;
  opacity: 1;
  -webkit-font-smoothing: auto;
}
.pswp__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
}
.pswp__preloader {
  position: absolute;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}
.pswp__preloader__icn {
  margin: 12px;
  width: 20px;
  height: 20px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(../images/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
  width: 14px;
  height: 14px;
  background: 0 0;
  opacity: 0.75;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  overflow: hidden;
  width: 7px;
  height: 14px;
}
.pswp--css_animation .pswp__preloader__donut {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: 0 0;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.7;
}
.pswp__error-msg a {
  color: #fff;
  text-decoration: underline;
}
.pswp__button {
  position: relative;
  float: right;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  outline: 0;
  border: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .75;
  cursor: pointer;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  -webkit-appearance: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp--animated-in .pswp__button {
  -webkit-transition: opacity .25s;
  transition: opacity 0.25s;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 44px;
  height: 44px;
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
  display: block;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  position: absolute;
  top: 56px;
  right: 44px;
  z-index: 1620;
  display: block;
  width: auto;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform .25s;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -ms-transform: translateY(6px);
  will-change: transform;
  -webkit-backface-visibility: hidden;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}
.pswp__share-tooltip a:hover:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:hover:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  position: absolute;
  top: -12px;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: '';
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #ffffff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #ffffff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #dddddd;
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
  display: none;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: none;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  background: 0 0;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  position: absolute;
  top: 35px;
  width: 32px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 44px;
  color: #fff;
  font-size: 13px;
  line-height: 44px;
  opacity: 0.75;
}
@media screen and (max-width: 1024px) {
  .pswp_scroll-wrap {
    top: 0;
    bottom: 0;
  }
  .pswp__caption {
    margin-top: 0;
  }
  .pswp__preloader {
    position: relative;
    top: auto;
    left: auto;
    float: right;
    margin: 0;
  }
}
.pswp__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 44px;
  color: #ffffff;
}
.pswp__caption small {
  color: #bbb;
  font-size: 11px;
}
.pswp__caption__center {
  margin: 0 auto;
  padding: 10px;
  max-width: 420px;
  color: #fff;
  color: #ccc;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__bg,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}
.pswp--minimal--dark .pswp__button--arrow--left,
.pswp--minimal--dark .pswp__button--arrow--right {
  background: 0 0;
}
/*弹出大图end*/
